home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Start.exe / Start.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-10-29  |  257 b   |  17 lines

  1. on prepareMovie
  2.   cursor(200)
  3.   preloadMember("logo")
  4.   set the mouseDownScript to "toOpeningMovie"
  5. end
  6.  
  7. on stopMovie
  8.   sound close 1
  9.   sound close 2
  10. end
  11.  
  12. on toopeningmovie
  13.   sound close 1
  14.   sound close 2
  15.   go(1, the pathName & "Programs\" & "Opening")
  16. end
  17.